CommandName{setGadgetShape}HelpPath{General}ReturnValue{}OpenBrace{ }Parameters{handle gadget, str maskFile}CloseBrace{}Description{Sets the shape of a gadget (ie. oval, rounded corners etc.).  Normally all windows have a rectangular shape, but you can change this using setGadgetShape to any shape you wish.  A mask file is used to determine which areas of the gadget should be made transparent and which should be opaque.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a gadget}Param2{maskFile}Param2Desc{Filename of a bitmap file which specifies which areas of the gadget are transparent and which are opaque.  Black represents transparent, and white represents visible or opaque.  The bitmap should be the same size as the gadget.}